←Select platform

RasterCommentMetadata Constructor(RasterCommentMetadataType,byte[])

Summary
Initializes a new instance of the RasterCommentMetadata class with the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithType:(LTRasterCommentMetadataType)type  
                        data:(nullable NSData *)data 
public RasterCommentMetadata( 
   RasterCommentMetadataType type, 
   byte[] data 
); 
public: 
RasterCommentMetadata(  
   RasterCommentMetadataType type, 
   array<byte>^ data 
) 
__init__(self,type,data) # Overloaded constructor 

Parameters

type
The type of comment to create.

data
The data for the comment.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.